home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / head.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  1.4 KB  |  67 lines

  1.  
  2.  
  3.  
  4. HEAD(1L)                                                 HEAD(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      head - output the first part of files
  10.  
  11. SYNOPSIS
  12.      head [-c N[bkm]] [-n N] [-qv] [+bytes=N[bkm]] [+lines=N]
  13.      [+quiet] [+silent] [+verbose] [file...]
  14.  
  15.      head [-Nbcklmqv] [file...]
  16.  
  17. DESCRIPTION
  18.      This manual page documents the GNU version of head.  head
  19.      prints the first part (10 lines by default) of each given
  20.      file; it reads from standard input if no files are given or
  21.      when a filename of `-' is encountered.  If more than one
  22.      file is given, it prints a header consisting of the file's
  23.      name enclosed in `==>' and `<==' before the output for each
  24.      file.
  25.  
  26.      OPTIONS
  27.  
  28.      head accepts two option formats: the new one, in which
  29.      numbers are arguments to the option letters, and the old
  30.      one, in which the number precedes any option letters.
  31.  
  32.      -_✓c _✓N, +_✓b_✓y_✓t_✓e_✓s _✓N
  33.           Print first N bytes.  N is a nonzero integer, option-
  34.           ally followed by one of the following characters to
  35.           specify a different unit.
  36.  
  37.           b    512-byte blocks.
  38.  
  39.           k    1-kilobyte blocks.
  40.  
  41.           m    1-megabyte blocks.
  42.  
  43.      -_✓l, -_✓n _✓N, +_✓l_✓i_✓n_✓e_✓s _✓N
  44.           Print first N lines.
  45.  
  46.      -_✓q, +_✓q_✓u_✓i_✓e_✓t, +_✓s_✓i_✓l_✓e_✓n_✓t
  47.           Never print filename headers.
  48.  
  49.      -_✓v, +_✓v_✓e_✓r_✓b_✓o_✓s_✓e
  50.           Always print filename headers.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.